* tooltip.el (tooltip-show-help-non-mode): Don't set
authorChong Yidong <cyd@stupidchicken.com>
Mon, 16 Mar 2009 02:42:33 +0000 (02:42 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 16 Mar 2009 02:42:33 +0000 (02:42 +0000)
tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).

lisp/ChangeLog

index 55e3b0579b8d35f27b83052d3774c3f529d53997..254f42af6c65f5d0e8c31c24241199800c36b032 100644 (file)
@@ -1,5 +1,9 @@
 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
 
+       * tooltip.el (tooltip-show-help-non-mode): Don't set
+       tooltip-previous-message if called with the same tooltip that is
+       showing (Bug#2680).
+
        * emacs-lisp/crm.el (crm--choose-completion-string): New function.
        (completing-read-multiple): Set and restore
        choose-completion-string-functions (Bug#1080).